This web method allows you to convert the legacy or GS1 barcode id that is passed into a Pro-Cloud asset id, which can then be used by other web methods.
Method | /ProCloudWS.asmx/TranslateBarcodeToEin |
The request body is of type TranslateBarcodeToEin.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
intScannedAtProviderBranchId | This is the providers branch making the web service call (can be obtained via the ProviderBranchesGet web method) Integer | xml:int |
intScannedValueType | This is the type of id beeing passed to the web service call (can be obtained via the TranslateBarcodeTypesGet web method) Integer | xml:int |
strScannedValue | This is the id of the asset String (min 1 max 50) | xml:string |
|
The response body is of type TranslateBarcodeToEinResponse.
Name | Description | Data Type |
---|---|---|
TranslateBarcodeToEinResult | objTranslateBarcodeToEinReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objTranslateBarcodeToEinReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> <strEin>307-215</strEin> </objTranslateBarcodeToEinReturn>